type-ahead buffer - translation to Αγγλικά
DICLIB.COM
AI-based language tools
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:     

Μετάφραση και ανάλυση λέξεων από τεχνητή νοημοσύνη

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

type-ahead buffer - translation to Αγγλικά

Typeahead buffer; Type-ahead

type-ahead buffer      
(n.) = memoria intermedia del teclado
Ex: This article presents some practical tips to help users of DIALOG's DIALOGLINK including buffer size, screen speed-up, startup short cuts, type-ahead buffer and use of DIALOGLING with other services.
data buffer         
REGION OF A PHYSICAL MEMORY STORAGE USED TO TEMPORARILY STORE DATA WHILE IT IS BEING MOVED FROM ONE PLACE TO ANOTHER
Buffer (telecommunication); Packet buffering; Buffer (programming); Buffer (computer science); Memory buffer; Input buffer
(n.) = búfer de datos, memoria intermedia de datos
Ex: Data buffers receive data from the computer and let it "trickle through" to the printer at the appropriate speed, thus freeing the computer for the next task.
buffer state         
COUNTRY LOCATED BETWEEN TWO OTHER MUTUALLY HOSTILE COUNTRIES
Buffer State; Buffer states; Buffer republic; Buffer colony
Estado tapón

Ορισμός

tupé
tupé (del fr. "toupet")
1 m. Mechón o rizo de pelo que se levanta sobre la frente. Copete. Copete, cresta, perico, periquillo, quiqui quiquiriquí. Peinar. *Pelo. *Rizo.
2 (inf.) Atrevimiento o *desvergüenza.

Βικιπαίδεια

Typeahead

Typeahead is a feature of computers and software (and some typewriters) that enables users to continue typing regardless of program or computer operation—the user may type in whatever speed is desired, and if the receiving software is busy at the time it will be called to handle this later. Often this means that keystrokes entered will not be displayed on the screen immediately. This programming technique for handling uses what is known as a keyboard buffer.

Typeahead has its roots in the age of typewriters. The IBM Selectric typewriter, first released in 1961, had a mechanical key lockout feature designed to smooth out typists' irregular keystrokes that, to many users, felt like typeahead.

Achieving true typeahead requires maintaining a so-called "typeahead buffer"—a FIFO queue, for instance—whose role it is to store a limited amount of keyboard input until it is called for. Installing such a buffer can be done at both the hardware and the software levels; most modern operating systems, such as Unix, implement this using software, calling kernel interrupts.

In some network operations, one might attempt to dispatch information over a network, regardless whether the receiving program manages to keep up, using the recipient's typeahead functions. However, as this is far too reliant on the specifications of the computer with which one is communicating, it is not often used.